Animated image API.
authorKim F. Storm <storm@cua.dk>
Sun, 7 Mar 2010 19:02:20 +0000 (21:02 +0200)
committerJuri Linkov <juri@jurta.org>
Sun, 7 Mar 2010 19:02:20 +0000 (21:02 +0200)
commita14275f56afe476c80148eb1b4dddcfb9da56608
tree1472b653dc9069fc9e165dd70628a511e8aa4554
parentcc03eb8280acca939fb785b48759c6a6d6866d72
Animated image API.
http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html

* image.el (image-animate-max-time): New defcustom.
(image-animated-types): New defconst.
(create-animated-image, image-animate-timer)
(image-animate-start, image-animate-stop, image-animate-timeout)
(image-animated-p): New functions.

* image-mode.el (image-toggle-display-image):
Replace `create-image' with `create-animated-image'.
lisp/ChangeLog
lisp/image-mode.el
lisp/image.el